
@import "fonts.css";

*{
    background-color: rgb(104, 104, 104);
}

#container {
    height: 50px;
    width: 50px;
    background-color:rgb(104, 104, 104);
}

.nl{
    box-sizing: border-box;
    border: 0px solid #000000;
    width: 400px;
    height: 75px;
    text-align: center;
    background-color: blue;
    position: relative;
   left: 550px;
   top: 50px;
}

#nl1 {
    background-color: rgb(255, 0, 0);
    min-height: 50px;
}

#nl2 {
    background-color: rgb(255, 255, 255);
    min-height: 50px;
}

#nl3 {
    background-color: rgb(0, 0, 151);
    min-height: 50px;
}


.be{
    box-sizing: border-box;
    border: 0px solid #000000;
    width: 225px;
    height: 150px;
    text-align: center;
    background-color: blue;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
   transform:rotate(90)
   
   

}

#be1 {
    background-color: rgb(0, 0, 0);
    min-height: 50px;
    rotate: 90deg;
    position: relative;
    right: 50px;
    top: 40px;
}

#be2 {
    background-color: rgb(234, 255, 0);
    min-height: 50px;
    rotate: 90deg;
    position: relative;
    left: 100px;
    bottom: 110px;
}

#be3 {
    background-color: rgb(255, 0, 0);
    min-height: 50px;
    rotate: 90deg;
    position: relative;
    left: 250px;
    bottom: 260px;
}


.zl{
    box-sizing: border-box;
    border: 0px solid #000000;
    width: 400px;
    height: 75px;
    text-align: center;
    background-color: blue;
}

#zl1 {
    background-color: rgb(255, 0, 0);
    min-height: 50px;
    height: 225px;
    width: 400px;
    position: relative;
    right: 10px;
    top: 250px;
}

#zl2 {
    background-color: rgb(255, 255, 255);
    min-height: 50px;
    position: relative;
    left: 110px;
    top: 112.5px;
    height: 25px;
    width: 150px;
}

#zl3 {
    background-color: rgb(255, 255, 255);
    min-height: 50px;
    position: relative;
    left: 160px;
    top: 12.5px;
    height: 150px;
    width: 50px;
}

.jp{
    box-sizing: border-box;
    border: 0px solid #000000;
    width: 400px;
    height: 75px;
    text-align: center;
    background-color: blue;
}

#jp1 {
    background-color: rgb(255, 255, 255);
    min-height: 50px;
    position: relative;
    width: 400px;
    height: 225px;
    left: 550px;
    top: 200px;
}

#jp2 {
    background-color: rgb(255, 0, 0);
    min-height: 50px;
    border-radius: 50%;
    position: relative;
    left: 700px;
    top:        40px;
    width: 100px;
    height: 100px;
}

.zw{
    box-sizing: border-box;
    border: 0px solid #000000;
    width: 400px;
    height: 75px;
    text-align: center;
    background-color: blue;
}

#zw1 {
    background-color: rgb(0, 66, 180);
    min-height: 50px;
    height: 225px;
    width: 400px;
    position: relative;
    right: 10px;
    top: 450px;
}

#zw2 {
    background-color: rgb(242, 255, 0);
    min-height: 30px;
    height:35px ;
    width: 400px;
    position: relative;
    right: 10px;
    top: 300px;
}

#zw3 {
    background-color: rgb(242, 255, 0);
    min-height: 50px;
    height: 225px;
    width: 30px;
    position: relative;
    right: 10px;
    top: 190px;
    left: 70px;}